Cypress, TX
2.27.2021
Daniel and Crystal met in August of 2014 at the University of North Carolina. Daniel began his graduate studies in 2013, and, when Crystal arrived on campus the following year, they took little to no notice of one another despite being in the same lab group and having neighboring desks. One year later (Fall of 2015), former high school choir nerd Crystal decided to enroll in voice lessons. Naturally, she needed an accompanist. Lucky for her, labmate Daniel had previously earned a bachelor of arts in piano performance. It wasn’t long before Crystal and Daniel were regularly headed out to practice rooms for jam sessions, with music genres ranging from opera to musical theatre to pop.
Soon after these jam sessions began, Crystal developed a big, fat crush on Daniel. After an entire year of extensive playing of Disney songs, Crystal and Daniel had a discussion on street taco cravings. On one lucky evening in September 2016, Crystal half-jokingly texted Daniel, asking if he was interested in late night tacos. To her great surprise, Daniel agreed. Now on the one hand, this was excellent news. Was Daniel interested? Maybe! On the other hand, Crystal had just eaten a massive burrito for dinner and had little to no appetite for any more food for perhaps another 4.5 days. But she couldn’t back out now!
That evening, after begrudgingly eating a taco, Daniel and Crystal spent about four hours in the University quad in a new kind of jam session – with Daniel on vocal harmonies while simultaneously playing guitar. Can you say “dreamy?” When they finally went home, Crystal was on cloud 9, and Daniel was saying to himself “I just spent a pretty long time with this girl. That wasn’t so bad.”
Eventually, “not so bad” turned into something more. For those of you who don’t know her, subtlty is not a strong point for Crystal. Daniel caught on – it was hard not to – and he soon confessed his feelings and launched their official relationship on September 20th of 2016.
Daniel and Crystal’s ensuing relationship achieved 1 ER visit, 2 perforated eardrums, 3 more years of grad school misery/accomplishments, and countless late nights of playing music in the park. After they both became Doctors of Philosphy, Daniel and Crystal made a big move up north to Boston, MA for their first big kid jobs. When their 3rd anniversary came around, they made plans to visit Cape Cod (or “the Cod,” as Crystal accidentally calls it).
On this trip, Crystal gifted Daniel a new title: Lord – she bought him a small plot of land in Scotland. From here on out, please refer to him as Dr. Daniel J. Luckett, Lord of Glencoe and Lochaber, (just kidding). How could Daniel compete with that? (spoiler alert: with a ring). They headed out to the beach just before sunset with guitar in hand. After a few duets, Daniel serenaded Crystal with a song he wrote. As if that wasn’t gooey enough, he then pulled out their “Adventure Book,” a scrapbook of their relationship. He had added pages for a number of events that had occurred since the scrapbook’s last update, including their cruise vacation with Crystal’s family and their move to Boston. The last page of the book was bare except for a caption, which read “9/21/2019: The day you said ‘yes!’”
Casey
Some stuff about Casey
Michael
Some stuff about Michael
Anna
Nuvan
Jonathan
Some stuff about Casey
Jonathan
Joshua
Barbara
This paragraph should be hidden.
Graham
This paragraph should be hidden.
More information coming soon!
Did you know RSVP stood for that?
1. What is a Vietnamese tea ceremony?
2. What is the recommended attire?
3. Are my kids invited?
4. Who is Bishop?
10/15/2019
Hello, friends and family!
I am dedicating this blog to all things DIY that Daniel and I work on throughout the wedding planning process. This will include, but may not be limited to, I Do Crew proposals, invitations, gifts, and even the very website you are reading from now. I don’t expect all or even any of you to find this remotely interesting, but maybe you will! At the very least, I wanted to document the neat things we come up with and describe how to do them in case other crafty couples wanted to learn from our successes and our mistakes.
If you didn’t already know, I really love crafting. The process of taking raw materials and creating something appreciable brings me great joy whether it’s baking, wood crafting, or scrapbooking. Until recently, I have always been a busy student without a lot of time available for crafting. However, I now work that wonderful 9-5 and, better yet, have an occassion to take on some really great crafting projects: our engagement!
When we first sat down to discuss the vision of our wedding and what experience we wanted to walk away with, we agreed that we wanted our personality as a couple to really shine through the decisions. Rather than purchasing all of our wedding “stuff,” we figured we could save a few bucks by doing some of it ourselves. Moreover, we could better tailor our products when building our wedding brand to be the same across everything we distribute, starting with our wedding website.
We are, like many other engaged couples, using sites like WeddingWire and theknot in the planning process, but we just weren’t satisfied with the options for creating a wedding website. We couldn’t get the exact colors we wanted on all the website elements, there weren’t a lot of options for fonts, and, most of all, the data format of the guest list and RSVP form were not conducive to analysis. This last point probably sounds really silly, but it was a deal breaker for us.
As a data scientist and research analyst by trade, Daniel and I could not stand the thought of willingly creating a guest list that was not easy to manipulate in data analytic software. With my background in creating flexdashboards in R and Daniel’s experience with collaborative version control in GitHub, we knew there had to be a way to get this done. Now, this is most certainly not the most intuitive way to create a website. It definitely isn’t the easiest (trust me, we did a pretty thorough search for web hosting options through R). Most web developers would use HTML programming, not statistical programming, but it’s what we know!
So, without further ado, how the heck does one create a website using a language not conventional for building a website (rivetting, I know)? First off, I would describe R as a great tool for anyone looking to be a data scientist or analyst. The software is free to download and completely open source, making it an ideal sandbox for data junkies like Daniel and me. More recently, R’s capabilities in making dashboards for data visualization has become quite popular (see here for examples). Some of these kinds of dashboards (flexdashboards) can produce html output, a file format you can easily save and send to others, and it will open and function conveniently for them.
But we want a website: a URL that guests can search for in their browser, not a file we have to email to all of our guests individually! GitHub Pages to the rescue. GitHub is a place where you can practice version control – it’s like the track changes feature on a Google document but for any file that you may be making frequent edits to. GitHub Pages lets you upload the html file you may have, and it will host that file as a functioning website with a domain name of your choosing. Other sites and apps like Google Drive actually let you do this as well, but GitHub is a great, free option when multiple people are working together on the same project.
So we got to work. Daniel picked up some flexdashboard experience, and I got the hang of GitHub. We both had to learn a small amount of HTML programming, but we got this project up and running within a matter of hours. That’s pretty quick as far as collaborative deliverables go!
You may have noticed that our website is password protected. It was important to us to maintain some level of privacy. The free version of GitHub is intended for open access, encouraging collaboration and easy distribution of content and ideas. You can follow these instructions to implement password protection on any website. It was super easy. You basically just have to know how to create and rename a folder, and you’re set.
We still have a ways to go. Not all of our tabs are set up. We’ll need to link our RSVP page to a Google form to collect RSVPs. Who knows if the site will be horribly slow once we add photos to the gallery. Maybe I’ll post an update later as to how it goes. Thus far, it’s been just a really fun, nerdy bonding activity for us.
Again, this was definitely not the most convenient way to create and host a wedding website, but this was absolutely the only way for Daniel and I to go about creating and hosting ours. Not only did it allow for complete customization of the end product, but building our website from the ground up in our preferred programming language has already been the ultimate kick off to our engagement. We both love data and programming in R; why not incorporate that into our wedding? My favorite part of building our website this way is that it is just totally novel. Flexdashboards are typically purposed for displaying visuals for data, not as a media for wedding information, but this challenge was merely an exciting puzzle for two nerds to solve.
That’s all for now. Stay tuned for how-tos, details, tips, and inspiration for DIY wedding projects.